object frRTFExportForm: TfrRTFExportForm Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'Export options' ClientHeight = 186 ClientWidth = 229 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 4 Top = 0 Width = 221 Height = 149 TabOrder = 0 object Label1: TLabel Left = 12 Top = 120 Width = 68 Height = 13 Caption = 'Scaling factor:' end object Label2: TLabel Left = 112 Top = 120 Width = 7 Height = 13 Caption = 'X' end object Label3: TLabel Left = 164 Top = 120 Width = 7 Height = 13 Caption = 'Y' end object CB1: TCheckBox Left = 12 Top = 20 Width = 201 Height = 17 HelpContext = 189 Caption = 'Kill empty lines' State = cbChecked TabOrder = 0 end object E1: TEdit Left = 124 Top = 116 Width = 33 Height = 21 HelpContext = 266 TabOrder = 1 Text = '1' end object CB5: TCheckBox Left = 12 Top = 92 Width = 201 Height = 17 HelpContext = 233 Caption = 'Insert page breaks' State = cbChecked TabOrder = 2 end object E2: TEdit Left = 176 Top = 116 Width = 33 Height = 21 HelpContext = 243 TabOrder = 3 Text = '1' end object CB2: TCheckBox Left = 12 Top = 44 Width = 201 Height = 17 HelpContext = 267 Caption = 'Export bitmaps' TabOrder = 4 end object CB3: TCheckBox Left = 12 Top = 68 Width = 201 Height = 17 HelpContext = 277 Caption = 'Convert to table' TabOrder = 5 end end object Button1: TButton Left = 69 Top = 157 Width = 75 Height = 25 HelpContext = 40 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 149 Top = 157 Width = 75 Height = 25 HelpContext = 50 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end